home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / chgint12.zip / CHGINT.DOC next >
Text File  |  1992-11-23  |  5KB  |  101 lines

  1. CHGINT 1.0  - CHanGe INTernal DOS commands
  2. ------------------------------------------
  3.  
  4. This little utility will allow you to rename many of the INTERNAL DOS commands
  5. to other commands.  This is handy if you want to disable a command that you
  6. don't want someone to use, such as DEL or ERASE.  
  7.  
  8. INTERNAL DOS commands are commands that are found in the COMMAND.COM file.
  9. These commands are always in memory, while EXTERNAL DOS commands are the
  10. command programs (such as FORMAT and DISKCOPY) that are in your DOS 
  11. directory.  You can easily rename or delete external DOS commands, but 
  12. you cannot do the same to internal commands.
  13.  
  14. With this program you CAN rename these internal commands.
  15.  
  16. You may also rename the file that is used when booting... normally DOS
  17. boots off of the AUTOEXEC.BAT file.  You MAY change this to any other
  18. DOS filename.   If you change it to, say, BOOTFILE.TXT, then, when the
  19. computer boots, it would look for BOOTFILE.TXT in the root directory,
  20. rather than for AUTOEXEC.BAT.
  21.  
  22.  
  23. Requirements:
  24.  
  25.         You *MUST* be running MS-DOS 5.0  or  IBM DOS 5.0.  This will
  26.         probably not work with any other version.
  27.  
  28.         You *MUST* have a copy of COMMAND.COM in your ROOT directory.
  29.  
  30.         ******************************************************************
  31.         Before running the program you should make a backup copy of your
  32.         COMMAND.COM file.  This program will modify your COMMAND.COM file,
  33.         so you should back it up first!
  34.         ******************************************************************
  35.  
  36. Running the program:
  37.  
  38.        Just copy the program to your hard drive (C:, or your BOOT drive)
  39.        and run the program by typing CHGINT and pressing ENTER.
  40.  
  41.        A "menu" of all the available commands will appear.  There are two
  42.        columns in this menu - one labelled ORIGINAL and the other labelled
  43.        CURRENT.  The commands listed under the ORIGINAL column are the
  44.        original DOS commands (as they came when installed), and the
  45.        CURRENT column is the current command (the first time you use this
  46.        program, this should exactly match the ORIGINAL column).
  47.  
  48.        You can use the up and down arrow keys to move from one command to
  49.        another, and just backspace over commands and retype them to edit 
  50.        them.  
  51.  
  52.        NOTE: *****************************************************
  53.              When changing a command, KEEP THE COMMAND TO THE FULL
  54.              LENGTH OF THE ORIGINAL COMMAND.  If the command 
  55.              originally had 4 characters, make sure your new one
  56.              also has four characters.  IT MIGHT WORK if you make
  57.              your command shorter, but no guarantees.  I haven't
  58.              tried it.
  59.              If you modify the name of AUTOEXEC.BAT, then you 
  60.              MUST *MUST* ***MUST*** keep the filename to the full
  61.              twelve (12) characters!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  62.              ****************************************************
  63.  
  64.        After you are done editing, press F10 to exit.  You will be
  65.        asked if you want to save your changes.  If you DO save your
  66.        changes, you MUST reboot before those changes will take effect.
  67.        Note that there is a slim chance that you will get an "INVALID
  68.        COMMAND.COM" message when you exit the program (if you save
  69.        changes).  Don't worry about it.. just reboot!
  70.  
  71.        YOU USE THIS PROGRAM AT YOUR OWN RISK!  I WILL NOT BE HELD
  72.        RESPONSIBLE FOR ANY DAMAGES OR LOSSES THAT MAY OCCUR BECAUSE
  73.        OF YOUR USE OF THIS PROGRAM!
  74.  
  75.        This program works GREAT for me, and it should for you as well,
  76.        as long as you abide by the above rules (about length).
  77.  
  78.        For comments, suggestions, etc, I can be reached at:
  79.  
  80.         The BillBoard BBS
  81.         Newmarket, Ontario
  82.         (416) 898-2443
  83.         14.4k v.32bis/v.42bis  8,N,1
  84.  
  85.         or on Canada Remote Systems (CRS).
  86.  
  87.         Address all mail to BILL DYKSTRA.
  88.  
  89.  
  90. This program is FREEWARE.  The source code may be available upon request.
  91. The program is written in Turbo C++ 3.0.
  92.  
  93. This is a sloppy little util, with no 'idiot checking' (to make sure you
  94. didn't screw up and type commands that were too short), and the docs are
  95. pretty lousy.  Ohwell.  I wrote it for my use, and since I know what I'm 
  96. doing, I didn't need idiot checking...  Sorry, but you got what you paid 
  97. for..  (and possibly a little more...)
  98.  
  99. I hope you find it useful!
  100.  
  101.